go/types.Context.mu (field)

7 uses

	go/types (current package)
		context.go#L45: 	mu        sync.Mutex
		context.go#L91: 	ctxt.mu.Lock()
		context.go#L92: 	defer ctxt.mu.Unlock()
		context.go#L114: 	ctxt.mu.Lock()
		context.go#L115: 	defer ctxt.mu.Unlock()
		context.go#L138: 	ctxt.mu.Lock()
		context.go#L139: 	defer ctxt.mu.Unlock()